Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker compose config for local setup #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drakulavich
Copy link

  • Uses external pgdata volume not to create empty one
docker volume create pgdata
docker compose -f docker-compose.local.yml up -d

* Uses external `pgdata` volume to not create empty one

```
docker compose -f docker-compose.local.yml up -d
```
dtuchs added a commit that referenced this pull request Nov 20, 2024
dtuchs added a commit that referenced this pull request Nov 20, 2024
romketa referenced this pull request in romketa/niffler-ng-6 Dec 16, 2024
# Conflicts:
#	niffler-e-2-e-tests/src/test/java/guru/qa/niffler/api/AuthApi.java
#	niffler-e-2-e-tests/src/test/java/guru/qa/niffler/jupiter/extension/UserExtension.java
#	niffler-e-2-e-tests/src/test/java/guru/qa/niffler/test/web/ProfileTest.java
#	niffler-e-2-e-tests/src/test/java/utils/OAuthUtils.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant